Class org.omg.CORBA.AttributeMode
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.AttributeMode

java.lang.Object
   |
   +----org.omg.CORBA.AttributeMode

public final class AttributeMode
extends Object

Variable Index

 o _ATTR_NORMAL
 o _ATTR_READONLY
 o ATTR_NORMAL
 o ATTR_READONLY

Method Index

 o from_int(int)
 o value()

Variables

 o _ATTR_NORMAL
  public final static int _ATTR_NORMAL
 o _ATTR_READONLY
  public final static int _ATTR_READONLY
 o ATTR_NORMAL
  public final static AttributeMode ATTR_NORMAL
 o ATTR_READONLY
  public final static AttributeMode ATTR_READONLY

Methods

 o value
  public int value()
 o from_int
  public final static AttributeMode from_int(int i) throws BAD_PARAM

All Packages  Class Hierarchy  This Package  Previous  Next  Index